home *** CD-ROM | disk | FTP | other *** search
- package kool;
-
- import java.util.TimerTask;
-
- class KoolScreen$1 extends TimerTask {
- // $FF: synthetic field
- private final KoolScreen this$0;
-
- KoolScreen$1(KoolScreen this$0) {
- this.this$0 = this$0;
- }
-
- public void run() {
- --this.this$0.seconds;
- if (this.this$0.seconds <= 0) {
- KoolScreen.access$0(this.this$0, 4);
- ((TimerTask)this).cancel();
- }
-
- }
- }
-